type net/http.connectMethodKey
15 uses
net/http (current package)
transport.go#L99: idleConn map[connectMethodKey][]*persistConn // most recently used at end
transport.go#L100: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L110: connsPerHost map[connectMethodKey]int
transport.go#L111: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1060: t.idleConn = make(map[connectMethodKey][]*persistConn)
transport.go#L1173: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1250: key connectMethodKey // cm.key()
transport.go#L1523: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1531: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1578: func (t *Transport) decConnsPerHost(key connectMethodKey) {
transport.go#L1933: func (cm *connectMethod) key() connectMethodKey {
transport.go#L1942: return connectMethodKey{
transport.go#L1979: type connectMethodKey struct {
transport.go#L1984: func (k connectMethodKey) String() string {
transport.go#L2002: cacheKey connectMethodKey
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |